tools/hotplug: add helper script to visualize systemd dependencies
authorOlaf Hering <olaf@aepfle.de>
Fri, 24 Oct 2014 14:17:10 +0000 (16:17 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 27 Oct 2014 10:14:13 +0000 (10:14 +0000)
commit757df439ab19d3e32540adfa8f642ccca1876d84
tree90113a15102c672d69d04551b20fc0b2ad898c5b
parentf96b89e560d1b0b626c3738b66859aabdf77a533
tools/hotplug: add helper script to visualize systemd dependencies

A small helper to draw a graph with dot(1) and show it with display(1):
bash tools/hotplug/Linux/systemd/show_service_dependencies.sh \
tools/hotplug/Linux/systemd/*.in

A red line means Requires= aka "enable it"
A blue line means After=
A green line means Before=

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/hotplug/Linux/systemd/show_service_dependencies.sh [new file with mode: 0644]